github.com/go-faster/jx.Decoder.next (method)
8 uses
github.com/go-faster/jx (current package)
dec_arr.go#L12: c, err := d.next()
dec_arr.go#L65: if _, err := d.next(); err != nil {
dec_arr.go#L72: if c, err = d.next(); err != nil {
dec_num.go#L36: c, err := d.next()
dec_read.go#L10: v, err := d.next()
dec_read.go#L47: c, err := d.next()
dec_read.go#L55: func (d *Decoder) next() (byte, error) {
dec_skip.go#L11: c, err := d.next()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |